home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / xf2.3-p / xf2 / xf2.3 / xftutorial / script.xfjp / header.scrpt < prev    next >
Encoding:
Text File  |  1993-11-20  |  614 b   |  26 lines

  1. # tutorial
  2. global headerLast
  3. set headerLast 1
  4. global headerLastSectionDone
  5. set headerLastSectionDone -1
  6.  
  7. set headerText0 {\
  8. .TL
  9. XF - a tutorial
  10. .AU
  11. Sven Delmas
  12. (garfield@cs.tu-berlin.de)
  13. Axel Mahler
  14. (axel@cs.tu-berlin.de)
  15. .AI
  16. Techn. Univ. Berlin
  17. Germany
  18. .AB
  19. XF is an interface builder based upon the Tcl/Tk package from John
  20. Ousterhout. This tutorial tries to introduce you into the working
  21. with XF. To use XF for more than just prototyping (creating a
  22. graphical interface without functionality) it is necessary that
  23. you can write Tcl code. This should be no problem, as Tcl is very
  24. easy to learn and to use.
  25. .AE}
  26.